home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************/
- /* */
- /* Sample command file for automatic logon to FIDO BBS systems */
- /* */
- /**********************************************************************/
-
- %E7 /* Use ANSI-BBS emulation for ANSI graphics */
- %C"10" /* Call dialing directory entry number 10 */
- %T"!" /* Transmit several Carriage returns waiting */
- %W"1" /* 1 second in between... */
- %T"!" /* */
- %W"1" /* */
- %T"!" /* */
- %W"1" /* */
- %T"!" /* */
- %W"1" /* */
- %T"!" /* */
- %I"Your FIRST name:" /* Wait for first name prompt... */
- %T"Albert!" /* Send name. */
- %I"Your LAST name:" /* Wait for last name prompt... */
- %T"Einstein!" /* Send name. */
- %I"right? (y,n)" /* wait for name verification prompt... */
- %T"y" /* send YES */
- %I"Password:" /* Wait for FIDO password prompt... */
- %T"EMC2!" /* Send password */
- %A /* Sound alarm to let you know logon is complete */